ParticipantsService

Subscribe to core participants and converts them into sdk participants

Types

Link copied to clipboard
class Participant(val id: String)

Represents a meeting participant.

Properties

Link copied to clipboard
val activeSpeaker: ObservableValueWithOptional<ParticipantsService.Participant>

ObservableValue that provides the current active speaker as a Participant object

Link copied to clipboard
val participants: ObservableValueWithOptional<List<ParticipantsService.Participant>>

ObservableValue that provides for list of meeting Participants, Contains selfParticipant as the first participant

Link copied to clipboard
val selfParticipant: ObservableValueWithOptional<ParticipantsService.Participant>

ObservableValue that provides for self Participant data